home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 2005 March
/
Macworld CD March 2005 - Marathon Trilogy.iso
/
Shareware World
/
iPod
/
iPodderX.sit
/
iPodderX
/
iPodderX.app
/
Contents
/
Resources
/
ImageAndTextCell.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-01-07
|
342 b
|
20 lines
//
// ImageAndTextCell.h
//
// Copyright (c) 2001 Apple. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface ImageAndTextCell : NSTextFieldCell {
@private
NSImage *image;
}
- (void)setImage:(NSImage *)anImage;
- (NSImage *)image;
- (void)drawWithFrame:(NSRect)cellFrame inView:(NSView *)controlView;
- (NSSize)cellSize;
@end